MindFusion.Silverlight Package Programmer's Guide
DateCollection.CopyTo Method
See Also
 





Copies the dates of the collection to an System.Array, starting at a particular System.Array index.

Namespace: MindFusion.UI.Silverlight
Assembly: MindFusion.UI.Silverlight

 Syntax

C#  Copy Code

public virtual void CopyTo (
    DateTime[] array,
    int arrayIndex
)

Visual Basic  Copy Code

Public Overridable Sub CopyTo( _
    array() As DateTime, _
    arrayIndex As Integer _
)

 Parameters

array
The one-dimensional System.Array that is the destination of the dates copied from the collection. The System.Array must have zero-based indexing.
arrayIndex

The zero-based index in array at which copying begins.

 See Also

DateCollection Members
DateCollection Class
MindFusion.UI.Silverlight Namespace